From 3730ef7358bccaf8131202dd7b8f7a2d8982b251 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 2 Mar 2011 20:28:32 +0000 Subject: [PATCH] doxygen can use @code ! --- includes/resourceloader/ResourceLoaderFileModule.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index a536a8b01f..4f18380c6c 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -102,8 +102,9 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * to $IP * @param $remoteBasePath String: Base path to prepend to all remote paths in $options. Defaults * to $wgScriptPath - * - * @example $options + * + * Below is a description for the $options array: + * @code * array( * // Base path to prepend to all local paths in $options. Defaults to $IP * 'localBasePath' => [base path], @@ -138,6 +139,7 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * // Group which this module should be loaded together with * 'group' => [group name string], * ) + * @endcode */ public function __construct( $options = array(), $localBasePath = null, $remoteBasePath = null ) -- 2.20.1